cleanup, docs
This commit is contained in:
@@ -14,7 +14,6 @@ return value : noise value
|
||||
:content
|
||||
Generates a deterministic noise value between `from` and `to` for the given `index` and `seed`.
|
||||
|
||||
## Related Concepts
|
||||
|
||||
- PHP: `random_int()`, `mt_rand()`, and custom numeric random helpers
|
||||
- JavaScript / Node.js: `Math.random()` or `crypto.getRandomValues()`-based helpers for numeric ranges
|
||||
:example
|
||||
print(gen_float(1, 0, 1) >= 0 ? "float\n" : "bad\n");
|
||||
|
||||
Reference in New Issue
Block a user