Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
MUR Drupal
d3-library
Commits
6ddc10eb
Commit
6ddc10eb
authored
Jan 07, 2016
by
Mike Bostock
Browse files
Update d3-random.
parent
28491606
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
13 deletions
+13
-13
README.md
README.md
+6
-6
index.js
index.js
+6
-6
package.json
package.json
+1
-1
No files found.
README.md
View file @
6ddc10eb
...
...
@@ -298,12 +298,12 @@ Serialize Canvas path commands to SVG.
Generate random numbers from various distributions.
*
[
d3.randomUniform
](
https://github.com/d3/d3-random#
u
niform
)
- from a uniform distribution.
*
[
d3.randomNormal
](
https://github.com/d3/d3-random#
n
ormal
)
- from a normal distribution.
*
[
d3.randomLogNormal
](
https://github.com/d3/d3-random#
l
ogNormal
)
- from a log-normal distribution.
*
[
d3.randomBates
](
https://github.com/d3/d3-random#
b
ates
)
- from a Bates distribution.
*
[
d3.randomIrwinHall
](
https://github.com/d3/d3-random#
i
rwinHall
)
- from an Irwin–Hall distribution.
*
[
d3.randomExponential
](
https://github.com/d3/d3-random#
e
xponential
)
- from an exponential distribution.
*
[
d3.randomUniform
](
https://github.com/d3/d3-random#
randomU
niform
)
- from a uniform distribution.
*
[
d3.randomNormal
](
https://github.com/d3/d3-random#
randomN
ormal
)
- from a normal distribution.
*
[
d3.randomLogNormal
](
https://github.com/d3/d3-random#
randomL
ogNormal
)
- from a log-normal distribution.
*
[
d3.randomBates
](
https://github.com/d3/d3-random#
randomB
ates
)
- from a Bates distribution.
*
[
d3.randomIrwinHall
](
https://github.com/d3/d3-random#
randomI
rwinHall
)
- from an Irwin–Hall distribution.
*
[
d3.randomExponential
](
https://github.com/d3/d3-random#
randomE
xponential
)
- from an exponential distribution.
## [Requests](https://github.com/d3/d3-request)
...
...
index.js
View file @
6ddc10eb
...
...
@@ -41,12 +41,12 @@ export {
}
from
"
d3-collection
"
;
export
{
uniform
as
randomUniform
,
normal
as
randomNormal
,
logNormal
as
randomLogNormal
,
bates
as
randomBates
,
irwinHall
as
randomIrwinHall
,
exponential
as
randomExponential
randomUniform
,
randomNormal
,
randomLogNormal
,
randomBates
,
randomIrwinHall
,
randomExponential
}
from
"
d3-random
"
;
export
{
...
...
package.json
View file @
6ddc10eb
...
...
@@ -44,7 +44,7 @@
"
d3-format
"
:
"
0.4.2
"
,
"
d3-interpolate
"
:
"
0.3.0
"
,
"
d3-path
"
:
"
0.1.3
"
,
"
d3-random
"
:
"
0.
1.1
"
,
"
d3-random
"
:
"
0.
2.0
"
,
"
d3-request
"
:
"
0.2.6
"
,
"
d3-scale
"
:
"
0.4.1
"
,
"
d3-selection
"
:
"
0.5.0
"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment