index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
math
Commit message (
Expand
)
Author
Age
Files
Lines
*
math/rand: `choice_bit_set` return `not_empty` -> `ok`
Laytan
2024-10-28
1
-3
/
+3
*
math/rand: add `choice_bit_set`
Laytan Laats
2024-10-26
1
-0
/
+49
*
math/rand: support non-contiguous enums in choice_enum
Laytan Laats
2024-10-25
1
-15
/
+15
*
Merge pull request #4203 from karl-zylinski/file-tags-without-comments
gingerBill
2024-09-19
4
-4
/
+4
|
\
|
*
Moved all packages in core, base, vendor, tests and examples to use new #+ fi...
Karl Zylinski
2024-09-14
4
-4
/
+4
*
|
Remove `distinct` from `core:math/linalg/(glsl|hlsl)` types
gingerBill
2024-09-18
2
-109
/
+109
|
/
*
Fix #4227
Jeroen van Rijn
2024-09-10
1
-3
/
+3
*
core: improve package doc comments for the documentation generator
Laytan Laats
2024-09-03
1
-3
/
+3
*
Add math.remap_clamped.
Jeroen van Rijn
2024-09-01
1
-1
/
+6
*
Make math.remap clamp the result in range [new_min, new_max].
Karl Zylinski
2024-09-01
1
-1
/
+2
*
Fix `-vet-tabs` issues
gingerBill
2024-08-24
1
-1
/
+1
*
Add `core:math.count_digits_of_base`
Feoramund
2024-08-18
1
-0
/
+30
*
Update rand.reset() example.
Jeroen van Rijn
2024-07-31
1
-1
/
+1
*
Clamp dot in `angle_between` to avoid precision errors.
Jeroen van Rijn
2024-07-28
1
-1
/
+2
*
Improve rand.shuffle further by splitting into 64-bit and 32-bit parts
gingerBill
2024-07-16
1
-1
/
+7
*
Improve `rand.shuffle`
gingerBill
2024-07-16
1
-1
/
+1
*
Make `complex32` use higher precision where possible for calculations
gingerBill
2024-07-16
2
-69
/
+9
*
Imply `#no_capture` to all variadic parameters
gingerBill
2024-07-14
2
-9
/
+9
*
Add more uses of `#no_capture`
gingerBill
2024-07-14
2
-9
/
+9
*
Fix typo
gingerBill
2024-07-11
1
-1
/
+1
*
Add `rand.Generator` and other calls
gingerBill
2024-07-11
1
-0
/
+13
*
Add `gen := context.random_generator` parameters to `rand` calls
gingerBill
2024-07-11
4
-114
/
+114
*
fix `@(optimization_mode)` usage in builtin collections
Laytan Laats
2024-07-08
1
-6
/
+6
*
Fix bug in div3 fast path.
Jeroen van Rijn
2024-06-29
1
-1
/
+1
*
Fix loads of indentation issues with mixing spaces and tabs
gingerBill
2024-06-29
1
-23
/
+23
*
Even more style fixes
gingerBill
2024-06-29
1
-7
/
+5
*
More style improvements
gingerBill
2024-06-29
1
-1
/
+1
*
Require `base:runtime` import in `core:math/linalg`
Feoramund
2024-06-28
1
-1
/
+1
*
Fix core:math/fixed.
Jeroen van Rijn
2024-06-26
1
-1
/
+1
*
Remove the need for `rand` in `core:math/big`
gingerBill
2024-06-15
4
-16
/
+13
*
Update `core:math/rand` to use `context.random_generator` and remove `rand.Rand`
gingerBill
2024-06-15
4
-357
/
+130
*
Add `Reset` mode
gingerBill
2024-06-15
1
-0
/
+12
*
Remove unneeded reassignment of `r`
gingerBill
2024-06-15
1
-7
/
+0
*
Add `runtime.Random_Generator` interface
gingerBill
2024-06-15
1
-0
/
+27
*
Elide unnecessary condition
Jeroen van Rijn
2024-06-14
1
-1
/
+1
*
Fix big.shrink not actually shrinking
Josh Jones
2024-06-14
1
-2
/
+7
*
Fix #3726
gingerBill
2024-06-10
1
-3
/
+3
*
Merge pull request #3718 from Feoramund/add-missing-big-atoi-alias
Jeroen van Rijn
2024-06-10
1
-0
/
+1
|
\
|
*
Add missing `string_to_int` alias in `core:math/big`
Feoramund
2024-06-09
1
-0
/
+1
*
|
Add permutation & combination procedures to `core:math/big`
Feoramund
2024-06-09
1
-0
/
+60
|
/
*
Add `@(rodata)` and `@(static, rodata)` where appropriate
gingerBill
2024-06-06
7
-27
/
+27
*
Make use of `runtime.Raw_*` types in `core:math/linalg`
Feoramund
2024-06-03
1
-15
/
+10
*
Remove unused code in `internal_random_prime`
Feoramund
2024-05-28
1
-3
/
+0
*
fix pitch_from_quaternion
shashank
2024-05-27
3
-3
/
+3
*
fix a couple of -vet-style failures after f54977336b27c32eab52b77d94e7b1610f4...
Laytan
2024-05-09
3
-5
/
+5
*
fix(linalg/glsl): incorrect quat by vector3 multiplication
IllusionMan1212
2024-04-28
1
-2
/
+2
*
core/math/rand: Use `core:crypto` for the system RNG
Yawning Angel
2024-04-23
5
-96
/
+21
*
Implement Fisher-Yates shuffle
Feoramund
2024-04-15
1
-2
/
+2
*
Fix `big.internal_random_prime` with `Second_MSB_On`
Feoramund
2024-04-15
1
-0
/
+14
*
Added docs for trig function procedure groups
alec hodgkinson
2024-04-11
1
-1
/
+28
[next]