Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
a89e084
Initial round
Jim-215-Fisher Oct 10, 2020
65192dd
initial round
Jim-215-Fisher Oct 10, 2020
16ba045
initial round
Jim-215-Fisher Oct 10, 2020
7c0d1ce
Update CMakeLists.txt
Jim-215-Fisher Oct 10, 2020
634af73
Add files via upload
Jim-215-Fisher Oct 10, 2020
2b20aa7
Add files via upload
Jim-215-Fisher Oct 14, 2020
f618aed
Add files via upload
Jim-215-Fisher Oct 14, 2020
d2f6092
Add files via upload
Jim-215-Fisher Oct 14, 2020
f7a294f
change hexadecimal into negative decimal
Jim-215-Fisher Oct 14, 2020
829bba1
Shortened the submodule name
Jim-215-Fisher Oct 18, 2020
48cbc1b
change in Makefile.manual, object name from stdlib_stats_distribution…
Jim-215-Fisher Oct 18, 2020
e5239b1
correct mistake on line 68.
Jim-215-Fisher Oct 18, 2020
5c04b24
Remove the mistake on continuation line for src
Jim-215-Fisher Oct 18, 2020
1298a08
Update doc/specs/stdlib_stats_distribution.md
Jim-215-Fisher Oct 20, 2020
452ef5b
Update doc/specs/stdlib_stats_distribution.md
Jim-215-Fisher Oct 20, 2020
4460834
Update doc/specs/stdlib_stats_distribution.md
Jim-215-Fisher Oct 20, 2020
56fe36b
Update doc/specs/stdlib_stats_distribution.md
Jim-215-Fisher Oct 20, 2020
969408f
Update doc/specs/stdlib_stats_distribution.md
Jim-215-Fisher Oct 20, 2020
31bda6e
Update doc/specs/stdlib_stats_distribution.md
Jim-215-Fisher Oct 20, 2020
ffc91b8
Update doc/specs/stdlib_stats_distribution.md
Jim-215-Fisher Oct 20, 2020
d08f203
Update doc/specs/stdlib_stats_distribution.md
Jim-215-Fisher Oct 20, 2020
a6fb136
Update doc/specs/stdlib_stats_distribution.md
Jim-215-Fisher Oct 20, 2020
ee02901
Update doc/specs/stdlib_stats_distribution.md
Jim-215-Fisher Oct 20, 2020
b3d2186
Update doc/specs/stdlib_stats_distribution.md
Jim-215-Fisher Oct 20, 2020
27d65e8
Test LaTex
Jim-215-Fisher Oct 20, 2020
5bcbf44
Test LaTex
Jim-215-Fisher Oct 20, 2020
db9766b
Test LaTex $$
Jim-215-Fisher Oct 20, 2020
9f5751c
Test LaTex \(
Jim-215-Fisher Oct 20, 2020
56cf1b1
Test LaTex \(
Jim-215-Fisher Oct 20, 2020
389535f
Add files via upload
Jim-215-Fisher Oct 20, 2020
18e927f
no change on Latex part
Jim-215-Fisher Oct 20, 2020
1d58799
Update doc/specs/index.md
Jim-215-Fisher Oct 20, 2020
52981fb
minor change
Jim-215-Fisher Oct 20, 2020
694ad8c
Update src/stdlib_stats_distribution.fypp
jvdp1 Oct 21, 2020
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/stdlib_stats_distribution.fypp
  • Loading branch information
jvdp1 authored Oct 21, 2020
commit 694ad8c18dfe6f3958bd9bf3b61ddc693db34d0c
4 changes: 2 additions & 2 deletions src/stdlib_stats_distribution.fypp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module stdlib_stats_distribution
interface random_seed
!! version: experimental
!!
!! Set or get seed value of probability distributions for psudorandom bumber generator
!! Set or get seed value of probability distributions for pseudorandom bumber generator
!! ([Specification](../page/specs/stdlib_stats_distribution.html#description))
!!
procedure random_distribution_seed
Expand Down Expand Up @@ -215,4 +215,4 @@ module stdlib_stats_distribution
#:endfor
end interface binomial_distribution_cdf

end module stdlib_stats_distribution
end module stdlib_stats_distribution