diff --git a/files/en-us/glossary/rng/index.md b/files/en-us/glossary/rng/index.md index b9ebb3ab754ff06..1c70f1600c62fdd 100644 --- a/files/en-us/glossary/rng/index.md +++ b/files/en-us/glossary/rng/index.md @@ -18,6 +18,6 @@ Most PRNGs are not cryptographically secure. ## See also -- [Pseudorandom number generator](https://en.wikipedia.org/wiki/Pseudorandom_number_generator) on Wikipedia -- {{jsxref("Math.random()")}}, a built-in JavaScript PRNG function. Note that this is not a cryptographically secure PRNG. +- JavaScript's {{jsxref("Math.random()")}} and CSS's {{cssxref("random()")}} built-in PRNG functions. Note that these are not a cryptographically secure PRNG. - {{domxref("Crypto.getRandomValues()")}}: this is intended to provide cryptographically secure numbers. +- [Pseudorandom number generator](https://en.wikipedia.org/wiki/Pseudorandom_number_generator) on Wikipedia diff --git a/files/en-us/web/css/guides/values_and_units/index.md b/files/en-us/web/css/guides/values_and_units/index.md index 28e55f9c0e29288..a80bd32a91b8403 100644 --- a/files/en-us/web/css/guides/values_and_units/index.md +++ b/files/en-us/web/css/guides/values_and_units/index.md @@ -44,6 +44,7 @@ Every CSS declaration consists of a property/value pair. The value can take vari - {{cssxref("mod()")}} - {{cssxref("pow()")}} - {{cssxref("progress()")}} +- {{cssxref("random()")}} - {{cssxref("rem()")}} - {{cssxref("round()")}} - {{cssxref("sibling-count()")}} @@ -54,7 +55,7 @@ Every CSS declaration consists of a property/value pair. The value can take vari - {{cssxref("tan()")}} - {{cssxref("url_function", "url()")}} -The CSS values and units module also introduces the `calc-mix()`, `crossorigin()`, `first-valid()`, `integrity()`, `random()`, `random-item()`, `referrerpolicy()`, `src()`, `type()`, and `toggle()` functions. Currently, no browsers support these features. +The CSS values and units module also introduces the `calc-mix()`, `crossorigin()`, `first-valid()`, `integrity()`, `random-item()`, `referrerpolicy()`, `src()`, `type()`, and `toggle()` functions. Currently, no browsers support these features. ### Data types