The Wayback Machine - https://web.archive.org/web/20200818011802/https://github.com/topics/measurements
Skip to content
#

measurements

Here are 247 public repositories matching this topic...

jordanbrauer
jordanbrauer commented Oct 12, 2017

Data Transfer Rate

namespace UnitConverter\Unit\DataTransferRate

  • The abstract DataTransferRateUnit class exists for all subsequent data transfer rate units to extend from.
    • It declares the protected property $baseUnit as BitPerSecond::class.
    • It declares the protected property $unitOf as Measure::DATA_TRANSFER_RATE.

Bit Transfer Rate Units (Decima

rstoneback
rstoneback commented Jul 7, 2018

Random number functions work best when they generate many numbers are once, which isn't always convenient. Python generators offer a solution to this, but they aren't conveniently carried around. Create two random number generator functions, one normally distributed, the other in a top hat distribution, and attach them to the pysat object at instantiation.

Plan:
- Create random number gene

Improve this page

Add a description, image, and links to the measurements topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the measurements topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.