Skip to content

Commit 0d27624

Browse files
committed
perf(rng): better input type description
1 parent 90f655a commit 0d27624

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • artificialintelligence/assignments/rng

artificialintelligence/assignments/rng/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In order to clamp a random number the value between two numbers (max and min), y
3535

3636
## Input
3737

38-
Receives the seed, the number of random numbers to be generated and the range of the numbers should be in. The range is inclusive. All numbers are unsigned 32 bits integer.
38+
Receives the seed `S`, the number `N` of random numbers to be generated and the range `R1` and `R2` of the numbers should be in, there is no guarantee the range numbers are in order. The range numbers are both inclusive. `S` and `N` are both `32 bits` unsigned integers and `R1` and `R2` are both `32 bits` signed integers.
3939

4040
```
4141
1 1 0 99

0 commit comments

Comments
 (0)