Skip to content

Commit

Permalink
update random
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoming0625 committed Mar 30, 2024
1 parent c148689 commit 0fe6bd8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions braincore/random.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# -*- coding: utf-8 -*-

"""
TODO:
- [ ] Add more tests for random functions.
- [ ] with respect to the default dtype in ``environ`` module
The random module.
This module provides numpy-like random number generation functions.
It is designed to be compatible with numpy and pytorch random functions.
"""

Expand Down

0 comments on commit 0fe6bd8

Please sign in to comment.